home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
page8
/
00075.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-29
|
260 b
|
21 lines
on exitFrame
global blink
if blink = 6 then
go("one")
exit
end if
if blink = 12 then
go("two")
exit
end if
if blink = 18 then
go("three")
exit
end if
if blink = 24 then
go("four")
exit
end if
go("click")
end